home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
00
/
0
/
DISK0001.ZIP
/
CASPAR.BAT
< prev
next >
Wrap
DOS Batch File
|
1986-06-11
|
2KB
|
56 lines
:CASPAR.BAT 11Ju86
echo off
cls
echo █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
echo █ Caspar Institute file copying utility █
echo █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
echo .
ask Do you need to see the instructions?
if errorlevel=2 goto PROCEED
cls
type a:caspar0.hlp
pause
cls
type a:caspar1.hlp
pause
cls
type a:caspar2.hlp
pause
cls
type a:caspar3.hlp
pause
:PROCEED
echo on
copy a:*.bas c:
if exist c:wombats.bas goto DONE
echo off
cls
echo ╔════════════════════════════╗
echo ║ AN ERROR HAS OCCURRED !! ║
echo ║ Please check the ║
echo ║ instructions and your ║
echo ║ hardware and then ║
echo ║ retry the procedure. ║
echo ╚════════════════════════════╝
ask Do you want to see the instructions?
if errorlevel=2 goto END
cls
type a:caspar.hlp
goto END
:DONE
:END
echo off
cls
echo ╔════════════════════════════════════════╦══════════════════════════╗
echo ║ ║ ║
echo ║ ╔═══════════════════════╩══════════════════════════╝
echo ║ DONE ║
echo ║ ║ ╔══════════════════════════╗
echo ║ Thank you ║ ║ the Caspar Institute ║
echo ║ ╚═══════════════════════╣ post office box 88 ║
echo ║ ║ Caspar CA 95420 ║
echo ╚════════════════════════════════════════╩══════════════════════════╝
echo .